home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / arexx / splitosdocs / splitosdocs.txt < prev    next >
Text File  |  1999-11-30  |  2KB  |  37 lines

  1. SplitOSDocs.rexx Macro
  2. Splits OS3.5 HTML manuals into manageable-sized chapters
  3. $VER: SplitOSDocs.rexx v1.00 (1 Nov 1999)
  4. ©Ron Goertz (goertz@earthlink.net)
  5.  
  6. This ARexx macro will copy the OS 3.5 HTML manuals from your OS 3.5 CD to your
  7. harddrive, splitting the manuals into chapters as it does so. The indexes and
  8. tables of content are also updated.
  9.  
  10. Note that the original HTML documents are stored in four different formats,
  11. requiring this macro to be fairly specific to this version of the docs. The
  12. conversion of the Workbench manual takes about 27 minutes by itself, most of the
  13. time spent converting the document to a standard format. I can't guarantee the
  14. conversion process will work with non-English versions of the documentation.
  15.  
  16. WHY: Keep your browser from fainting at the prospect of loading 1MB HTML files
  17.      Speed up access to the parts of the manual you're interested in
  18.      Allow you to correct the numerous mistakes in the HTML docs
  19.  
  20. WHY NOT: You don't have 3.5 MB of free disk space
  21.          You don't have a legal copy of the OS 3.5 upgrade
  22.  
  23. REQUIREMENTS: A legally obtained OS 3.5 upgrade CD
  24.               OS 3.5 installed
  25.               3,474,427 bytes of free disk space
  26.               About 40 minutes. On a 25 MHz -040:
  27.                  It took 4.55 minutes to convert the arexx manual.
  28.                  It took 9.37 minutes to convert the dos manual.
  29.                  It took 0.76 minutes to convert the harddisk manual.
  30.                  It took 0.31 minutes to convert the installation manual.
  31.                  It took 27.20 minutes to convert the workbench manual.
  32.  
  33. USAGE: From a shell, type: rx <path>SplitOSDocs.rexx
  34.        Two file requesters will appear
  35.           The first one asks for the original (CD) files
  36.           The second one asks for the destination directory
  37.